home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / ddj0897.zip / DYN401.ZIP / kernel / metaclas.c < prev    next >
C/C++ Source or Header  |  1997-04-16  |  510b  |  42 lines

  1.  
  2.  
  3. /*  Copyright (c) 1993-1996 Algorithms Corporation  */
  4. /*  All rights reserved.  */
  5.  
  6.  
  7.  
  8.  
  9. /*  This file automatically generated by dpp - do not edit  */
  10.  
  11. #define    DPP_STRATEGY    2
  12. #define    DPP_FASTWIDE    0
  13.  
  14.  
  15.  
  16.  
  17. #define    CLASS    MetaClass_c
  18. #define    ivType    MetaClass_iv_t
  19.  
  20. #include "generics.h"
  21.  
  22. object    MetaClass_c;
  23.  
  24.  
  25. #line 15 "metaclas.d"
  26. objrtn MetaClass_initialize(void) 
  27.     static int done = 0; 
  28.  
  29.  
  30.  
  31.  
  32.     if (done) 
  33.         return MetaClass_c; 
  34.  
  35.     done = 1; 
  36.  
  37.  
  38.     return MetaClass_c; 
  39.  
  40.